home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / itsy.zip / PRECOMP.H < prev    next >
C/C++ Source or Header  |  1993-03-19  |  631b  |  25 lines

  1. //***************************************************************************
  2. //
  3. //  Module: precomp.h
  4. //
  5. //  Purpose:
  6. //     This header contains all of the precompiled garbage.
  7. //
  8. //***************************************************************************
  9.  
  10. #ifndef WIN32
  11. #define STRICT             // be bold!
  12. #endif
  13.  
  14. #include <windows.h>
  15. #include <windowsx.h>
  16.  
  17. #include <io.h>
  18. #include <string.h>
  19. #include <string.h>
  20.  
  21. //***************************************************************************
  22. //  End of File: precomp.h
  23. //***************************************************************************
  24.  
  25.